home *** CD-ROM | disk | FTP | other *** search
- #ifndef _NOTICE_
- #define _NOTICE_
-
- #include <Dialogs.h>
- #include <Processes.h>
-
-
- void PreflightNotice(Boolean blockEvents);
- void PostNotice(AlertType type,const StringPtr error,const StringPtr detail);
- Boolean PostQuestion(AlertType type,const StringPtr error,const StringPtr detail);
- OSErr CompatibleStandardAlert(AlertType inAlertType,StringPtr inError,StringPtr inExplanation,
- AlertStdAlertParamPtr inAlertParam,SInt16 *outItemHit);
- pascal void CompatibleStandardAlertUserItem(WindowPtr window,short item);
- short DrawAutoSizedText(StringPtr text,short font,short size,short left,short top,short width,Boolean draw);
- Boolean WeAreFrontProcess(void);
-
-
- #endif /* _NOTICE_ */
-